projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
283e014
)
(dirtrack-directory-change-hook): Fix :type.
author
Dave Love
<fx@gnu.org>
Wed, 7 Feb 2001 23:38:46 +0000
(23:38 +0000)
committer
Dave Love
<fx@gnu.org>
Wed, 7 Feb 2001 23:38:46 +0000
(23:38 +0000)
lisp/dirtrack.el
patch
|
blob
|
history
diff --git
a/lisp/dirtrack.el
b/lisp/dirtrack.el
index 297978101c00a27decdd4f754e2e7f4c308f2f2b..572435d357bae1fc1f07f0792935e5e45e06b178 100644
(file)
--- a/
lisp/dirtrack.el
+++ b/
lisp/dirtrack.el
@@
-186,7
+186,7
@@
be on a single line."
(defcustom dirtrack-directory-change-hook nil
"Hook that is called when a directory change is made."
:group 'dirtrack
- :type '
function
+ :type '
hook
)